ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Compare Side-By-Side

by kaste ALL Trending Top 100

Compare anything, side-by-side, in a split view

Details

  • 1.24.2
    1.20.3
  • github.​com
  • github.​com
  • 4 weeks ago
  • 3 hours ago
  • 11 years ago

Installs

  • Total 347K
  • Win 188K
  • Mac 114K
  • Linux 45K
Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12 Jun 11 Jun 10 Jun 9 Jun 8 Jun 7 Jun 6 Jun 5 Jun 4 Jun 3 Jun 2 Jun 1 May 31 May 30 May 29 May 28 May 27 May 26 May 25 May 24 May 23 May 22 May 21 May 20 May 19 May 18 May 17 May 16 May 15
Windows 11 16 40 41 44 48 51 20 10 41 35 47 55 46 20 15 44 49 44 42 32 20 9 39 43 40 50 33 14 16 39 54 56 41 49 21 22 44 53 63 53 48 12 22 51 42
Mac 3 10 36 49 40 37 28 8 8 42 29 34 38 36 10 9 43 29 39 45 29 11 4 37 35 41 40 20 8 15 27 44 43 36 24 10 11 33 40 37 34 35 8 5 30 40
Linux 0 6 10 9 8 11 9 3 3 11 9 8 7 10 8 2 6 4 13 12 5 1 4 6 9 11 11 10 2 5 6 14 16 13 11 2 9 9 12 15 10 9 3 6 3 14

Readme

Source
raw.​githubusercontent.​com

Compare Side-By-Side

This package adds a simple side-by-side comparison tool to Sublime Text. Here is us on Package Control and here on GitHub.

Features

  • Easily select two tabs or selections to compare
  • Comparison results open in a new window
  • Empty lines added so common code lines up
  • Count number of lines changed
  • Highlighting of changed lines
  • Intra-line diff highlighting
  • Synchronized scrolling

Installation Options

  • Search for and install using Package Control (ctrl+shift+P, “Install Package”)
  • Clone or extract this repo to a new folder in your Sublime 'Packages' folder
    (Preferences -> Browse Packages)

Usage Options

  • Right click on a tab and select “Compare with…”
  • Right click somewhere in the active view and select “Compare with…”
  • Right click on a tab and select “Compare with active tab”
  • Highlight text, right click -> “Mark selection for comparison” Mark a second selection, then right click -> “Compare selections”
  • Create two selections by holding CTRL, then “Compare selections”
  • From the command line: see README_COMMANDS.md
  • Jump around: , or .. But also: Jump to next: alt+n, jump to previous: alt+p

Configuration

  • The standard diff scopes/colors are used, these are diff.inserted.sbs-compare, diff.inserted.char.sbs-compare, diff.deleted.sbs-compare, diff.deleted.char.sbs-compare. Note that I just added the suffix “.sbs-compare” to them. You can change the colors in your color scheme (ctrl+shift+P, “UI: Customize Color Scheme”).
  • Other options can be configured in SBSCompare.sublime-settings To access: Preferences -> Package Settings -> Compare Side-By-Side

License & Contributing